﻿@charset "utf-8";

:root {
    --btn-bg-color: rgb(255, 0, 34);
    --btn-page-bgcolor: #00a2ff;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #24262b;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
}

.fleximage-item:hover img{
    opacity: 0.8;
}
.fleximage-item:hover a{
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

input,
button,
select,
textarea {
    outline: none;
    border: none;
    font-size: 14px;
    font-family: inherit;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.position-r {
    position: relative;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nowtime,
.nowtime a,
.red {
    color: #ff3d3d !important;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.cover1 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999998;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}

.text-ellipsis {
    width: 100%;
    font-family: Roboto, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 6px;
    text-align: center;
}

/*topbox*/
.topbox {
    width: 100%;
    height: 116px;
    display: flex;
    align-items: center;
    min-width: 1250px;
}


.logo {
    width: 229px;
    height: 80px;
    margin-right: 28px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.topbox .top {
    width: 100%;
    margin: 0 auto;
    
}
.topbox .topl{
    flex: 1;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin-left: 40px;
}
.topbox .topl li {
    float: left;
    color: #a9a9a9;
}

.topbox .topl li a {
    color: #fff;
    margin: 0 15px;
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
}

.topbox .topl li.home a {
    padding-left: 23px;
    margin-left: 0;
    position: relative;
}

.topbox .topl li.home a i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../images/easyicos.png) no-repeat 0 -60px;
    overflow: hidden;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.topbox .topl li.home a:hover i {
    background-position: 0 -82px;
}

.topbox .topr {
    color: #ccc;
    font-size: 14px;
}

.topbox .topr li {
    float: left;
    color: #a9a9a9;
}

.topbox .topr li a {
    color: #565656;
    margin: 0 8px;
}

.topbox .topr li .login_a,
.topbox .topr li .reg_a {
    color: #f93f71;
}

.topbox .topr li .login_a:hover,
.topbox .topr li .reg_a:hover {
    color: #fa8405;
}

.topbox .top a:hover {
    color: #f93f71;
}

.search_box {
    background-color: #505155;
    border-radius: 20px;
    padding-left: 6px;
    position: relative;
    width: 250px;
}

.search_box input {
    background-color: transparent;
    height: 30px;
    padding-left: 8px;
}

.sech_btn {
    background-image: url(../images/search.png);
    width: 22px;
    background-size: 100%;
    background-color: transparent;
    position: absolute;
    right: 8px;
    top: 10%;
    background-repeat: no-repeat;
    height: 100%;
}

/*bottom*/
.flinks {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.flinks .flink-hd {
    height: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.flinks .flink-hd h3 {
    background: #fff;
    width: 104px;
}

.flinks .flink-hd h3 span {
    display: block;
    background: url(../images/icosprit.png) no-repeat 0 -130px;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-right: 6px;
}

.flinks .flink-hd .fr {
    color: #999;
    padding-left: 10px;
    background: #fff;
    line-height: 30px;
}

.flinks .flink-hd .fr em {
    color: #f93f71;
}

.flinks .flink-bd {
    padding-top: 30px;
}

.flinks .flink-bd a {
    margin-right: 25px;
    line-height: 28px;
}

.flinks .flink-bd a:hover {
    text-decoration: underline;
}

#footer {
    width: 100%;
    background: #40464a;
    margin-top: 20px;
}

#footer .foot-in {
    width: 1200px;
    margin: 0 auto;
}

#footer .foot-link {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #4c5156;
}

#footer .footlogo {
    background: url(../images/foot_logo.png) no-repeat 0 0;
    height: 70px;
    width: 268px;
    margin-top: 10px;
}

#footer .foot-info {
    overflow: hidden;
    width: 640px;
    color: #7d8489;
    line-height: 20px;
    margin-top: 11px;
}

#footer .foot-info .footnav {
    font-size: 16px;
    color: #fff;
    padding-bottom: 14px;
}

#footer .foot-info em {
    padding: 0 6px;
}

#footer .foot-info a {
    color: #fff;
}

#footer .foot-info a:hover {
    text-decoration: underline;
}

#footer .foot-code {
    width: 220px;
    height: 60px;
    padding: 18px 10px 17px 110px;
    /* background: #444a4e; */
    position: relative;
}

#footer .foot-code img {
    display: block;
    width: 95px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
}

#footer .foot-code p {
    color: #9ca4a9;
    line-height: 20px;
}

#footer .foot-code em {
    color: #fff;
    font-style: normal;
}

#footer .foot-cert {
    padding: 13px 0;
}

#footer .safety {
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

#footer .safety a {
    color: #9ca4a9;
    display: inline-block;
    padding: 0 33px;
}

#footer .safety a:hover,
#footer.tips_text a:hover {
    color: #fff;
    text-decoration: none;
}

#footer .safety i {
    background: url(../images/icon-pl_bak.png) no-repeat 0 0;
    width: 23px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
    display: inline-block;
}

#footer .safety .icon_safe2 {
    background-position: -30px 0;
}

#footer .safety .icon_safe3 {
    background-position: -60px 0;
}

#footer .safety .icon_safe4 {
    background-position: -85px 0;
}

#footer .safety img {
    float: left;
    position: relative;
    left: 0;
    top: 6px;
    margin-right: 8px;
}

#footer .tips_text {
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    color: #7d8489;
    font-size: 12px;
}

#footer .tips_text a {
    color: #7d8489;
}

/* 分页 */
.page {
    height: 35px;
    width: 100%;
    padding: 0 0 12px;
    text-align: center;
}

.page span,
.page a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin: 0 4px;
    min-width: 33px;
    font-size: 14px;
    border-radius: 50%;
}

.page {
    margin-top: 20px;
}

.page span {
    background: var(--btn-page-bgcolor);
    border: 1px solid var(--btn-page-bgcolor);
    color: #fff;

}

.page span.disabled {
    background: #fff;
    color: #a7a7a7;
}

.page a.active {
    color: #fff;
    background: var(--btn-page-bgcolor);
}
.page a:hover{
    text-decoration: underline;
}


.position{ font-size:20px;margin-bottom: 15px;font-weight: 400; }
.position a:hover{ text-decoration:underline; }
.position .cur{ color:#46b6fe; }

.ellipsis {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}